home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / os2 / joe.zip / README < prev    next >
Text File  |  1993-11-10  |  2KB  |  52 lines

  1.  
  2. 10 Nov 93
  3.  
  4.  
  5. Listed below are the revelant OS/2 config.sys entries for JOE
  6. v1.0.8. Please change the directory entries for whatever is
  7. correct for your setup. Note that JOE puts its swap file in the
  8. directory specified by "joerc" so please leave enough space for
  9. editing those large files. Also you need to put the EMX dlls
  10. somewhere on your libpath (not shown) or add the directory to
  11. the libpath. You'll need to reboot for the changes to take
  12. affect. Please note that JOE's termcap is quite different from
  13. the GNU one and don't seem to be interchangable. EMX 0.8g was
  14. used to port JOE to OS/2. Additionally, JOE also runs under DOS,
  15. but not in a DOS window of OS/2. A great thanks to Eberhard
  16. Mattes for his wonderful compiler.
  17.  
  18. ========= BEGIN part of OS/2 config.sys =======================
  19. rem joe editor stuff
  20. set joetermcap=c:/joerc/termcap
  21. set joerc=c:/joerc
  22. set joeterm=ansisys
  23. rem set number of lines and columns for odd window sizes
  24. rem set lines=
  25. rem set columns=
  26. set baud=38400
  27. ========= END part of OS/2 config.sys =========================
  28.  
  29.  
  30. Below is a brief description of what each setting does:
  31.  
  32. joetermcap - specifies the path and name of JOE's termcap file.
  33.              Do not use the one from GNU. JOE's termcap is
  34.              special.
  35.  
  36. joerc - specifies which directory has the keyboard mapping file, 
  37.         "joerc". Also, this is the directory where the swap file
  38.         is kept.
  39.  
  40. joeterm - the terminal type. The one that works is "ansisys"
  41.  
  42. lines - number of lines for odd window sizes
  43.  
  44. columns - number of columns for odd window sizes
  45.  
  46. baud - sets the scrolling speed of the window. 38400 means that
  47.        the screen is directly connected.
  48.  
  49.  
  50. -phil
  51. (phil@venus.engr.ucdavis.edu)
  52.